Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Interface description language</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Interface_description_language"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Interface_description_language rootpage-Interface_description_language skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Interface description language</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1251242444">
/* start https://en.wikipedia.org/ */


.mw-parser-output .ambox{border:1px solid #a2a9b1;border-left:10px solid #36c;background-color:#fbfbfb;box-sizing:border-box}.mw-parser-output .ambox+link+.ambox,.mw-parser-output .ambox+link+style+.ambox,.mw-parser-output .ambox+link+link+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+style+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+link+.ambox{margin-top:-1px}html body.mediawiki .mw-parser-output .ambox.mbox-small-left{margin:4px 1em 4px 0;overflow:hidden;width:238px;border-collapse:collapse;font-size:88%;line-height:1.25em}.mw-parser-output .ambox-speedy{border-left:10px solid #b32424;background-color:#fee7e6}.mw-parser-output .ambox-delete{border-left:10px solid #b32424}.mw-parser-output .ambox-content{border-left:10px solid #f28500}.mw-parser-output .ambox-style{border-left:10px solid #fc3}.mw-parser-output .ambox-move{border-left:10px solid #9932cc}.mw-parser-output .ambox-protection{border-left:10px solid #a2a9b1}.mw-parser-output .ambox .mbox-text{border:none;padding:0.25em 0.5em;width:100%}.mw-parser-output .ambox .mbox-image{border:none;padding:2px 0 2px 0.5em;text-align:center}.mw-parser-output .ambox .mbox-imageright{border:none;padding:2px 0.5em 2px 0;text-align:center}.mw-parser-output .ambox .mbox-empty-cell{border:none;padding:0;width:1px}.mw-parser-output .ambox .mbox-image-div{width:52px}@media(min-width:720px){.mw-parser-output .ambox{margin:0 10%}}@media print{body.ns-0 .mw-parser-output .ambox{display:none!important}}


/* end https://en.wikipedia.org/ */
</style>

<p>An <b>interface description language</b> or <b>interface definition language</b> (<b>IDL</b>) is a generic term for a language that lets a program or object written in one language communicate with another program written in an unknown language. IDLs are usually used to describe <a href="Data_type" title="Data type">data types</a> and interfaces in a <a href="Language-independent_specification" title="Language-independent specification">language-independent</a> way, for example, between those written in <a href="C%2B%2B" title="C++">C++</a> and those written in <a href="Java_(programming_language)" title="Java (programming language)">Java</a>.
</p><p>IDLs are commonly used in <a href="Remote_procedure_call" title="Remote procedure call">remote procedure call</a> software. In these cases the machines at either end of the <i>link</i> may be using different <a href="Operating_system" title="Operating system">operating systems</a> and computer languages. IDLs offer a bridge between the two different systems.
</p><p>Software systems based on IDLs include <a href="Sun_Microsystems" title="Sun Microsystems">Sun's</a> <a href="ONC_RPC" class="mw-redirect" title="ONC RPC">ONC RPC</a>, <a href="The_Open_Group" title="The Open Group">The Open Group</a>'s <a href="Distributed_Computing_Environment" title="Distributed Computing Environment">Distributed Computing Environment</a>, <a href="IBM" title="IBM">IBM</a>'s <a href="System_Object_Model" class="mw-redirect" title="System Object Model">System Object Model</a>, the <a href="Object_Management_Group" title="Object Management Group">Object Management Group</a>'s <a href="CORBA" class="mw-redirect" title="CORBA">CORBA</a> (which implements OMG IDL, an IDL based on DCE/RPC) and <a href="Data_Distribution_Service" title="Data Distribution Service">Data Distribution Service</a>, <a href="Mozilla" title="Mozilla">Mozilla</a>'s <a href="XPCOM" title="XPCOM">XPCOM</a>, <a href="Microsoft" title="Microsoft">Microsoft</a>'s <a href="Microsoft_RPC" title="Microsoft RPC">Microsoft RPC</a> (which evolved into <a href="Component_Object_Model" title="Component Object Model">COM</a> and <a href="Distributed_Component_Object_Model" title="Distributed Component Object Model">DCOM</a>), <a href="Facebook" title="Facebook">Facebook</a>'s <a href="Apache_Thrift" title="Apache Thrift">Thrift</a> and <a href="Web_Services_Description_Language" title="Web Services Description Language">WSDL</a> for Web services.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Examples">Examples</h2></div>
<ul><li><a rel="nofollow" class="external text" href="https://developer.android.com/guide/components/aidl">AIDL</a>: <a href="Java_(programming_language)" title="Java (programming language)">Java</a>-based, for <a href="Android_(operating_system)" title="Android (operating system)">Android</a>; supports local and remote procedure calls, can be accessed from native applications by calling through <a href="Java_Native_Interface" title="Java Native Interface">Java Native Interface</a> (JNI)</li>
<li><a href="Apache_Thrift" title="Apache Thrift">Apache Thrift</a>: from <a href="Apache_Software_Foundation" class="mw-redirect" title="Apache Software Foundation">Apache</a>, originally developed by <a href="Facebook" title="Facebook">Facebook</a></li>
<li><a href="Apache_Avro" title="Apache Avro">Avro IDL</a>: for the Apache Avro system</li>
<li><a href="ASN.1" title="ASN.1">ASN.1</a></li>
<li><a href="Cap'n_Proto" title="Cap'n Proto">Cap'n Proto</a>: created by its former maintainer, avoids some of the perceived shortcomings of <a href="Protocol_Buffers" title="Protocol Buffers">Protocol Buffers</a>.</li>
<li>Concise Data Definition Language (CDDL, RFC 8610):<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> A Notation for <a href="CBOR" title="CBOR">CBOR</a> and <a href="JSON" title="JSON">JSON</a> data structures</li>
<li>CortoScript: Describe data and/or interfaces for systems that require <a href="Semantic_interoperability" title="Semantic interoperability">Semantic interoperability</a></li>
<li><a href="Etch_(protocol)" title="Etch (protocol)">Etch</a>: Cisco's Etch Cross-platform Service Description Language</li>
<li><a href="Extensible_Data_Notation" class="mw-redirect" title="Extensible Data Notation">Extensible Data Notation</a> (EDN): <a href="Clojure" title="Clojure">Clojure</a> data format, similar to JSON</li>
<li><a href="FlatBuffers" title="FlatBuffers">FlatBuffers</a>: Serialization format from <a href="Google" title="Google">Google</a> supporting zero-copy deserialization</li>
<li><a href="Franca_IDL" title="Franca IDL">Franca IDL</a>: the open-source Franca interface definition language</li>
<li><a rel="nofollow" class="external text" href="https://fuchsia.dev/fuchsia-src/get-started/learn/fidl/fidl">FIDL</a>: Interface description language for the <a href="Fuchsia_(operating_system)" title="Fuchsia (operating system)">Fuchsia Operating System</a> designed for writing app components in <a href="C_(programming_language)" title="C (programming language)">C</a>, <a href="C%2B%2B" title="C++">C++</a>, <a href="Dart_(programming_language)" title="Dart (programming language)">Dart</a>, <a href="Go_(programming_language)" title="Go (programming language)">Go</a> and <a href="Rust_(programming_language)" title="Rust (programming language)">Rust</a>.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup></li>
<li><a href="IDL_specification_language" title="IDL specification language">IDL specification language</a>: the original Interface Description Language</li>
<li><a rel="nofollow" class="external text" href="https://docs.imandra.ai/ipl">IPL</a>: Imandra Protocol Language</li>
<li><a href="JSON" title="JSON">JSON</a> Web-Service Protocol (<a href="JSON-WSP" title="JSON-WSP">JSON-WSP</a>)</li>
<li><a href="Lightweight_Imaging_Device_Interface_Language" title="Lightweight Imaging Device Interface Language">Lightweight Imaging Device Interface Language</a></li>
<li><a href="Microsoft_Interface_Definition_Language" title="Microsoft Interface Definition Language">Microsoft Interface Definition Language</a> (MIDL): the Microsoft extension of OMG IDL to add support for <a href="Component_Object_Model" title="Component Object Model">Component Object Model</a> (COM) and <a href="Distributed_Component_Object_Model" title="Distributed Component Object Model">Distributed Component Object Model</a> (DCOM)</li>
<li><a href="OMG_IDL" class="mw-redirect" title="OMG IDL">OMG IDL</a>: standardized by <a href="Object_Management_Group" title="Object Management Group">Object Management Group</a>, used in <a href="CORBA" class="mw-redirect" title="CORBA">CORBA</a> (for DCE/RPC services) and <a href="Data_Distribution_Service" title="Data Distribution Service">DDS</a> (for <a href="Data_modeling" title="Data modeling">data modeling</a>), also selected by the W3C for exposing the DOM of XML, HTML, and CSS documents</li>
<li><a href="OpenAPI_Specification" title="OpenAPI Specification">OpenAPI Specification</a>: a standard for <a href="Web_API" title="Web API">Web APIs</a>, used by <a href="Swagger_(software)" title="Swagger (software)">Swagger</a> and other technologies.</li>
<li><a href="Open_Service_Interface_Definitions" class="mw-redirect" title="Open Service Interface Definitions">Open Service Interface Definitions</a></li>
<li><a href="Protocol_Buffers" title="Protocol Buffers">Protocol Buffers</a>: <a href="Google" title="Google">Google</a>'s IDL</li>
<li><a href="RESTful_Service_Description_Language" title="RESTful Service Description Language">RESTful Service Description Language</a> (RSDL)</li>
<li><a rel="nofollow" class="external text" href="https://smithy.io">Smithy</a>: An AWS-invented protocol-agnostic interface definition language.</li>
<li>Specification Language for <a href="Internet_Communications_Engine" title="Internet Communications Engine">Internet Communications Engine</a> (Ice: <a href="Internet_Communications_Engine#Slice" title="Internet Communications Engine">Slice</a>)</li>
<li><a href="Universal_Network_Objects" title="Universal Network Objects">Universal Network Objects</a>: <a href="OpenOffice.org" title="OpenOffice.org">OpenOffice.org</a>'s component model</li>
<li><a href="Web_Application_Description_Language" title="Web Application Description Language">Web Application Description Language</a> (WADL)</li>
<li><a href="Web_IDL" title="Web IDL">Web IDL</a> by <a href="WHATWG" title="WHATWG">WHATWG</a>: can be used to describe interfaces that are intended to be implemented in web browsers</li>
<li><a href="Web_Services_Description_Language" title="Web Services Description Language">Web Services Description Language</a> (WSDL)</li>
<li><a href="XCB" title="XCB">XCB</a>: X protocol description language for <a href="X_Window_System" title="X Window System">X Window System</a></li>
<li>Cross Platform Interface Description Language (<a href="XPIDL" title="XPIDL">XPIDL</a>): Mozilla's way to specify XPCOM interfaces</li></ul>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Component-based_software_engineering" title="Component-based software engineering">Component-based software engineering</a></li>
<li><a href="Interface-based_programming" title="Interface-based programming">Interface-based programming</a></li>
<li><a href="Java_Interface_Definition_Language" title="Java Interface Definition Language">Java Interface Definition Language</a></li>
<li><a href="List_of_computing_and_IT_abbreviations" title="List of computing and IT abbreviations">List of computing and IT abbreviations</a></li>
<li><a href="Universal_Interface_Language" title="Universal Interface Language">Universal Interface Language</a></li>
<li><a href="User_interface_markup_language" title="User interface markup language">User interface markup language</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFBirkholzViganoBormann2019" class="citation journal cs1">Birkholz, H.; Vigano, C.; Bormann, C. (2019). <span class="id-lock-subscription" title="Paid subscription required"><a rel="nofollow" class="external text" href="https://www.rfc-editor.org/rfc/rfc8610">"Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures"</a></span>. <i>RFC Editor</i>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.17487%2FRFC8610">10.17487/RFC8610</a>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:195857027">195857027</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2022-05-24</span></span>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://fuchsia.dev/fuchsia-src/concepts/fidl/overview">"FIDL Overview"</a>. <i>Fuchsia</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2022-02-23</span></span>.</cite></span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<ul><li><a rel="nofollow" class="external text" href="https://resources.sei.cmu.edu/library/asset-view.cfm?assetid=5939">Documenting Software Architecture: Documenting Interfaces</a> (PDF)</li>
<li><a rel="nofollow" class="external text" href="https://www.omg.org/spec/IDL">OMG Specification of OMG IDL</a></li>
<li><a rel="nofollow" class="external text" href="http://www.omg.org/gettingstarted/omg_idl.htm">OMG Tutorial on OMG IDL</a></li></ul></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-05-25" href="https://en.wikipedia.org/wiki/?title=Interface_description_language&amp;oldid=1292072659">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>